Skip to content

build, run: Run Snakemake with --benchmark-extended#513

Draft
victorlin wants to merge 6 commits intomasterfrom
victorlin/snakemake-benchmark-extended
Draft

build, run: Run Snakemake with --benchmark-extended#513
victorlin wants to merge 6 commits intomasterfrom
victorlin/snakemake-benchmark-extended

Conversation

@victorlin
Copy link
Member

@victorlin victorlin commented Mar 18, 2026

This PR contains 4 prep commits, 1 main commit that closes #467, and 1 follow-up commit.

Checklist

  • Checks pass
  • Locally tested both build and run with measles
  • Update changelog

This only applies to --cores and --resources, not
--local-storage-prefix.
This is more consistent with the run and view commands.
@victorlin victorlin self-assigned this Mar 18, 2026
@victorlin victorlin force-pushed the victorlin/snakemake-benchmark-extended branch from 63b0216 to 928646e Compare March 18, 2026 23:59
@victorlin victorlin marked this pull request as draft March 18, 2026 23:59
@victorlin victorlin force-pushed the victorlin/snakemake-benchmark-extended branch from 928646e to 0fec61f Compare March 19, 2026 17:48
@victorlin victorlin changed the title build, run: Always run Snakemake with --benchmark-extended build, run: Run Snakemake with --benchmark-extended Mar 19, 2026
Parallels IMAGE_FEATURE for Docker.
Commands used to find compatible versions for Docker¹ and Conda²:

    curl -s "https://registry.hub.docker.com/v2/repositories/nextstrain/base/tags?page_size=1000" \
      | jq -r '.results[].name | select(startswith("build-20250717"))'
    micromamba search -c nextstrain "nextstrain-base >20250716,<20250718"

¹ nextstrain/docker-base@0d9577d
² nextstrain/conda-base@0d7a87f
@victorlin victorlin force-pushed the victorlin/snakemake-benchmark-extended branch from 0fec61f to c996c7f Compare March 19, 2026 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

build/run: Add Snakemake's --benchmark-extended as a default flag

1 participant